Package com.cisco.pt.ipc.sim
Interface IPV6IpProcess
- All Known Implementing Classes:
IPV6IpProcessImpl
Information provided by the PKI file:
\class Ipv6IpProcess
\brief Ipv6IpProcess handles IPv6 to IPv4 tunneling.
\example network().getDevice("PC0").getProcess("Ipv6IpProcess")
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddTunnelIntByNum(int num) Information provided by the PKI file:intInformation provided by the PKI file:voidremoveTunnelIntByNum(int num) Information provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSessionMethods inherited from interface com.cisco.pt.ipc.sim.Process
getOwnerDevice
-
Method Details
-
addTunnelIntByNum
void addTunnelIntByNum(int num) Information provided by the PKI file:
\brief Adds a tunnel interface to the device. \param num, the interface number for the tunnel interface.- Parameters:
num- Takes in a parameter of num
-
removeTunnelIntByNum
void removeTunnelIntByNum(int num) Information provided by the PKI file:
\brief Removes the tunnel interface with the specified interface number. \param num, the interface number of the tunnel interface of interest.- Parameters:
num- Takes in a parameter of num
-
getTunnelIntcount
int getTunnelIntcount()Information provided by the PKI file:
\brief Returns the number of tunnel interfaces. \return int, the number of tunnel interfaces.- Returns:
- int Returns a int
-